<style>
        body {
            font-family: Arial, sans-serif;
            background-color: #EBEFF3;
            color: #EBEFF3;
            text-align: center;
            padding: 50px;
        }
        .container {
            max-width: 600px;
            margin: 0 auto;
            background: #12344D;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        h1 {
            color: #EBEFF3;
        }
        p {
            line-height: 1.6;
			color: #EBEFF3;
        }
        a {
            color: #EBEFF3;
            text-decoration: none;
            font-weight: bold;
			text-decoration: underline;
        }
        a:hover {
            text-decoration: underline;
			color: #EBEFF3;
        }
		
}
    </style>